home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / 3d-tools / 3dmasks / mask3210 < prev    next >
Encoding:
Text File  |  1991-02-21  |  220 b   |  27 lines

  1. "Sobel (3x3x3 -- 2sets -- z -90)    max_abs"
  2. 3 2 1
  3. 3
  4. -1    0     -1    0
  5.     0     -2    0
  6.     0     -1    0
  7.  
  8. 0    2    0    -2
  9.     4    0    -4
  10.     2    0    -2
  11.  
  12. 1    0     1    0
  13.     0     2    0
  14.     0     1    0
  15. 3
  16. -1     0     0     0
  17.     -1    -2    -1
  18.      0     0     0
  19.  
  20. 0     2     4     2
  21.      0     0     0
  22.     -2    -4    -2
  23.  
  24. 1    0    0    0
  25.     1    2    1
  26.     0    0    0
  27.